home *** CD-ROM | disk | FTP | other *** search
- Path: atlas.axiom.net!usenet
- From: Dave Nulton <dnult@axiom.net>
- Newsgroups: comp.lang.c++
- Subject: Help! Need a circle function taking float angle arguements
- Date: 16 Jan 1996 18:43:10 GMT
- Organization: Axiom Communications
- Message-ID: <4dgrju$ept@atlas.axiom.net>
- NNTP-Posting-Host: node094.axiom.net
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- I need a function that plots a circle on the screen in Borland
- Turbo C++. The graphics.h file contains a function circle that
- takes an int x and y origin and int start and end angles. The
- problem is that I need float start and end angles.
-
- I figure I can write a function using the putpixel function.
- However, being an inexperienced programmer, I would much perfer to
- find an existing library with the function I need.
-
- Does anyone know of such a library, or should I start writing that
- putpixel version.
-
- Thanks
- -dnult
-
-